Folder() Class MethodFolder(path) new Folder(path) Description This function constructs a new Folder object. If the given path name refers to an already existing disk file, a File object is returned instead. The folder that the path name refers to does not need to exist. If the argument is omitted, a temporary name is generated. Parameters
Returns Folder (or File if path refers to an existing file). |